home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 34 / Mac Magazin and MacEasy Magazine CD - Issue 34.iso / Office / trueTools / read me's / truePrint < prev    next >
Text File  |  1996-11-26  |  1KB  |  55 lines

  1. truePrint
  2.  
  3. truePrint lets you copy the card picture to the clipboard
  4. and, if you want, to print it.
  5.  
  6. This allows you to print cards in color, although only
  7. at screen resolution and only if the card fits entirely
  8. onto your screen(s).
  9.  
  10. truePrint requires HyperCard 2.1 or later.
  11. trueColor is not needed.
  12.  
  13.  
  14. How to use it
  15.  
  16. ctrl-p: brings up a dialog that lets you choose
  17.            whether to copy only or to print
  18. ctrl-opt-p: copy card without dialog
  19. ctrl-shift-p: copy&print card without dialogs
  20.  
  21. If you have trueColor, these keys will work right
  22. away; otherwise you will have to make sure that
  23. the stack truePrint is "in use".
  24.  
  25. Just open it and the keys will work until you quit HyperCard.
  26.  
  27. If you want to start using truePrint automatically, put
  28.  
  29.   start using stack "truePrint"
  30.  
  31. into the startup handler of the script of your home stack.
  32.  
  33.  
  34. Scripting
  35.  
  36. trueScreenShot
  37.  
  38. function that hides the cursor, the menubar and
  39. all windows except the card window, takes a screen shot,
  40. and shows everything again.
  41.  
  42. If no error occured it will return "ok" in the first word
  43. and the full pathname of the file in the second.
  44.  
  45. trueCopyRect r
  46.  
  47. copies the rectangle r of the screen to the clipboard.
  48. It calls trueScreenShot, clips out the rectangle and copies it
  49. to the clipboard, and then deletes the screen shot.
  50.  
  51. truePrintCard withDialogs, copyOnly
  52.  
  53. withDialogs: whether to show dialogs, default is false
  54. copyOnly: if true the picture is not printed, default is false
  55.